Skip to content

chore(deps): update all non-major dependencies#193

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#193
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 30, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@stacksjs/clapp 0.2.00.2.10 age adoption passing confidence devDependencies patch
@stacksjs/cli (source) ^0.70.23^0.70.45 age adoption passing confidence devDependencies patch
@stacksjs/logging (source) ^0.70.23^0.70.45 age adoption passing confidence devDependencies patch
@stacksjs/storage (source) ^0.70.23^0.70.45 age adoption passing confidence devDependencies patch
actions/cache v5.0.3v5.0.5 age adoption passing confidence action patch
actions/setup-node v6.2.0v6.4.0 age adoption passing confidence action minor
better-dx ^0.2.7^0.2.15 age adoption passing confidence devDependencies patch
oven-sh/setup-bun v2.1.2v2.2.0 age adoption passing confidence action minor
shivammathur/setup-php 2.36.02.37.1 age adoption passing confidence action minor
tar ^7.5.11^7.5.15 age adoption passing confidence devDependencies patch
typescript (source) ^6.0.2^6.0.3 age adoption passing confidence devDependencies patch

Release Notes

stacksjs/clapp (@​stacksjs/clapp)

v0.2.10

Compare Source

v0.2.9

Compare Source

v0.2.8

Compare Source

v0.2.7

Compare Source

v0.2.6

Compare Source

v0.2.5

Compare Source

v0.2.4

Compare Source

v0.2.3

Compare Source

stacksjs/stacks (@​stacksjs/cli)

v0.70.45

Compare Source

compare changes

🚀 Enhancements
  • buddy: Add native Craft dev mode (85be84af9)
❤️ Contributors

v0.70.44

Compare Source

compare changes

v0.70.43

Compare Source

compare changes

🩹 Fixes
  • release: Publish built packages without scripts (2ef39f02e)
❤️ Contributors

v0.70.42

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v0.70.37

Compare Source

compare changes

🚀 Enhancements
  • socials: Add bluesky publishing driver (ace2fdf8b)
🩹 Fixes
  • framework: Harden declaration builds (ef514203a)
📖 Documentation
🏡 Chore
🤖 CI
  • Skip deploys without aws credentials (bdb98a8a9)
❤️ Contributors

v0.70.36

Compare Source

compare changes

📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors

v0.70.35

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.34

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.33

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.32

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.31

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.30

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.29

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.28

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.27

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.26

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.70.25

Compare Source

compare changes

🏡 Chore
❤️ Contributors
actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

stacksjs/better-dx (better-dx)

v0.2.15

Compare Source

v0.2.14

Compare Source

v0.2.13

Compare Source

v0.2.12

Compare Source

v0.2.11

Compare Source

v0.2.8

Compare Source

oven-sh/setup-bun (oven-sh/setup-bun)

v2.2.0

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.2.0

v2.1.3

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.1.3

shivammathur/setup-php (shivammathur/setup-php)

v2.37.1

Compare Source

Changelog
Security Updates
  • Fixed shell command escaping and PHP version input validation. (GHSA-pqwm-q9pv-ph8r / CVE-2026-46420)

[!NOTE]
This can affect workflows that pass values from users or pull requests to setup-php, for example from comments, dispatch inputs, PR titles/branches, generated matrices, or files such as .php-version and composer.json.
Be especially careful with pull_request_target workflows that use any value from the pull request. Workflows that only use fixed trusted values are not expected to be affected, but updating to 2.37.1 is recommended.

  • Fixed GitHub auth handling for Composer versions affected by GHSA-f9f8-rm49-7jv2. It should now skip configuring GitHub OAuth if affected Composer versions are installed and show a warning to upgrade. (GHSA-5wxr-w449-57cm / CVE-2026-45793)

[!NOTE]
This only affects workflows where the composer version is pinned like composer:2.9.7, workflows that do not pin the version or use composer:v2 are not affected as those get automatic updates. In case you pin the version, it is highly recommended to upgrade and have automation to do such timely upgrades in your workflows.

Fixes and Improvements
  • Fixed support for phalcon on Windows.

  • Fixed restoring tools when using cached using previous runs.

  • Improved enabling gearman extension on Linux.

  • Fixed fallback when installing PhpManager and VcRedist modules on Windows.

  • Fixed parsing extension inputs with backslash line continuation.

  • Improved workflow examples

    • Added workflow examples for Drupal 11 composer-managed projects and WordPress plugins.
    • Added workflow examples for Yii3 web applications and replaced Yii2 Starter Kit examples.
    • Updated workflow examples to use currently supported PHP versions.
  • Updated OS release mappings for newer Ubuntu releases.

  • Updated internal workflows for Codecov v6 and NPM trusted publishing.

  • Updated Node.js dependencies.

  • Fixed composer version in README. (#​1081)

Thanks @​Pyker for the contribution

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.37.0

Compare Source

Changelog
  • Updated the action to use Node.js 24. (#​1049)

  • Added support for master in the php-version input. It should now set up a nightly build from the master branch of php-src.

  • Added support to install ioncube and zephir_parser extensions on PHP 8.5.

  • Expanded support for installing extensions using Homebrew on macOS from the shivammathur/homebrew-extensions tap. This includes pdo_firebird, sqlsrv, pdo_sqlsrv, pecl_http, swow, xhprof, and several other supported extensions.

  • Improved switching PHP versions on Linux. Missing alternatives should now be registered automatically before switching versions. #​1067

  • Improved support for Homebrew on macOS. It should now retry stuck brew commands with an inactivity watchdog.

  • Improved support for adding tools. It should now correctly use the latest release download URL when a version is not specified. (#​1064)

  • Improved tool setup and caching on self-hosted runners.

  • Improved support for sqlsrv and pdo_sqlsrv on PHP 8.1 and 8.2.

  • Fixed installing pecl_http on Windows. Switched to downloads.php.net for fixing ICU version post install.

  • Fixed cached couchbase installs on macOS using the shivammathur/cache-extensions action.

  • Replaced @actions/core with local functions to reduce bundle size.

  • Refactored to use ES2024+ features for Node 24.

  • Updated actions used in examples to their latest versions.

  • Updated Node.js dependencies.

Thanks @​theluckystrike for the contribution 🎉

Thanks @​code-kudu, @​ssddanbrown, @​RoundingWell, and @​ntzrbtr for the sponsorship ❤️

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

isaacs/node-tar (tar)

v7.5.15

Compare Source

v7.5.14

Compare Source

v7.5.13

Compare Source

v7.5.12

Compare Source

microsoft/TypeScript (typescript)

v6.0.3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e55afc8 to ea92120 Compare March 30, 2026 13:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 91555f2 to 5f12985 Compare April 20, 2026 11:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5f12985 to 694ee26 Compare April 21, 2026 17:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b3140ab to 3a03a3a Compare May 6, 2026 10:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 9c88c0d to 3535860 Compare May 14, 2026 10:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3535860 to ef057bb Compare May 14, 2026 20:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ef057bb to c520aff Compare May 14, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants